net/http.http2StreamError.StreamID (field)
16 uses
net/http (current package)
h2_bundle.go#L1396: StreamID uint32
h2_bundle.go#L1407: return http2StreamError{StreamID: id, Code: code}
h2_bundle.go#L1412: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L1414: return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
h2_bundle.go#L5381: if st, ok := sc.streams[v.StreamID]; ok {
h2_bundle.go#L5502: if st, ok := sc.streams[se.StreamID]; ok {
h2_bundle.go#L5990: StreamID: st.id,
h2_bundle.go#L9558: if cs := rl.streamByID(se.StreamID, http2notHeaderOrDataFrame); cs != nil {
h2_bundle.go#L9619: StreamID: f.StreamID,
h2_bundle.go#L9648: StreamID: f.StreamID,
h2_bundle.go#L9976: StreamID: f.StreamID,
h2_bundle.go#L9984: StreamID: f.StreamID,
h2_bundle.go#L9993: StreamID: f.StreamID,
h2_bundle.go#L10242: StreamID: f.StreamID,
h2_bundle.go#L10869: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
h2_bundle.go#L11193: return se.StreamID